home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / debug / memmon.dir / 00023_Preload.ls < prev    next >
Encoding:
Text File  |  1995-02-15  |  98 b   |  8 lines

  1. on mouseUp
  2.   set now to startTimer()
  3.   tell the stage
  4.     preLoad()
  5.   end tell
  6.   PutTime(now)
  7. end
  8.